WebSample Clock
===============

Please note: this sample is for users with ASP.NET programming experience only!

How to Get Going
----------------
Create a Virtual Directory in your Internet Information Server before you open the solution.

Map the directory "[...]\WebSamples\Clock (VS2003)\web" directory under the name PDFsharpClock.
Replace [...] with the name of the directory where you unzipped the downloaded package
(e.g. "D:\Pdfsharp\WebSamples\Clock (VS2003)\web").

To configure a Virtual Directory with IIS under Windows XP:
    - Right-click "My Computer"
    - Select "Manage"
    - Open "Services and Applications"
    - Open "Internet Information Service"
    - Open "Web Sites"
    - Right-click "Default Web Site", select "New", select "Virtual Directory";
      the Virtual Directory Alias is "PDFsharpClock";
      the Web Site Content Directory is "[...]\WebSamples\Clock (VS2003)\web" (where [...] is a placeholder for your actual path).

Note
----
You cannot remove the WEB directory if it is a Virtual Directory and IIS is running.
To uninstall PDFsharp, delete the Virtual Directory from IIS before you delete the PDFsharp directory.
